home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / mus / play / Play16_1_6.readme < prev    next >
Text File  |  1996-10-11  |  6KB  |  136 lines

  1. Short:    Plays WAV, IFF, MAUD, etc, 14 bit output
  2. Author:   wenzel@unixserv.rz.fh-hannover.de
  3. Uploader: wenzel@unixserv.rz.fh-hannover.de
  4. Type:     mus/play
  5.  
  6.  
  7. ---------------------------------------------------------------------------
  8. -- Play16 version 1.6 (04.02.96) - a versatile soundplayer for the Amiga --
  9. ---------------------------------------------------------------------------
  10.  
  11. Features in brief
  12. -----------------
  13.  - autodetects and plays several soundfiles, up to 16 bit / 56 kHz / stereo
  14.  - full Workbench support (but not Intuition and no GUI)
  15.  - always correct playback speed, even for sounds >28 kHz
  16.  - realtime playback from harddisk, optimized assembler routines
  17.  - optional 14 bit output (less noise but not as good as true 16 bit)
  18.  - automatic or manual audio filter control
  19.  - plays mono sounds on *both* channels, not only on the left one
  20.  - plays (and loops) files that are larger than memory
  21.  - preloading for exactly timed start of playback
  22.  - fast uLaw decompression
  23.  - system friendly audio channel allocation
  24.  - optionally dump the output into a file (can be used to convert sounds)
  25.  - supported Filetypes are:
  26.  
  27.    * Microsoft RIFF-WAVE  (.WAV)  mono/stereo, 8/16 bit, linear/uLaw/ADPCM
  28.    * Creative Voice File  (.VOC)  mono/stereo, 8/16 bit, linear
  29.    * Sun/NeXT Audio       (.AU)   mono/stereo, 8/16 bit, linear/uLaw
  30.    * MacroSystem Audio    (.MAUD) mono/stereo, 8/16 bit, linear/uLaw
  31.    * Apple/SGI/Amiga AIFF (.AIFF) mono/stereo, 8/16 bit, linear
  32.    * Amiga IFF-8SVX       (.IFF)  mono/stereo, 8    bit, linear/FibDelta
  33.    * Any raw sound data as long as it matches one of the following:
  34.      -  8 bit signed
  35.      -  8 bit unsigned
  36.      - 16 bit signed, Intel format    (LSB first)
  37.      - 16 bit signed, Motorola format (MSB first)
  38.  
  39.     - supported output devices are:
  40.  
  41.    * Native Amiga chipset (Paula)  8 bit
  42.    * Native Amiga chipset (Paula) 14 bit
  43.    * Native Amiga chipset (Paula) 14 bit calibrated (Christian Buchner)
  44.    * MacroSystem Maestro Pro      16 bit 44.1kHz and 48kHz only
  45.    * IFF-8SVX file dump            8 bit
  46.  
  47.  
  48. What's new since V1.5?
  49.  
  50. V1.6    - Improved the V34 performance. (whoops, wrong file! :-)))
  51.         - A one-plane-screen will now be used for CLI mode as well.
  52.         - Task priority is now reset to 0 at exit.
  53.         - Files with additional data after the sound chunk are now being
  54.           played correctly.
  55.         - CTRL-D now skips the current sound and starts playing
  56.           the next one.
  57.         - ASL library will only be opened if a filerequester is really
  58.           needed. Thanks to all who suggested to do this.
  59.         - New option: Volume (only for Paula8 mode)
  60.         - New option: Multiple (only if filerequester pops up)
  61.         - No more chunks of odd length in 8SVX dump
  62.         - MS-ADPCM decompression for WAV files (still experimental)
  63.         - RAW option works now as a Tooltype entry as well
  64.  
  65.  
  66. --------------------------------- In German -------------------------------
  67.  
  68. Kurzübersicht
  69. -------------
  70.  - erkennt und spielt automatisch verschiedene Soundformate, bis zu
  71.    16 Bit, 56 kHz, stereo
  72.  - volle Workbench-Unterstützung, jedoch kein GUI
  73.  - immer korrekte Wiedergabegeschwindigkeit, sogar bei Sounds >28 kHz
  74.  - Echtzeitwiedergabe von Festplatte, optimierte Assembler-Routinen
  75.  - 14 Bit Ausgabe möglich (weniger Rauschen, aber schlechter als 16 Bit)
  76.  - automatische oder manuelle Filter-Kontrolle
  77.  - spielt Mono-Sounds auf BEIDEN Kanälen, nicht nur auf dem linken
  78.  - spielt (und wiederholt) Files, die größer als der Speicher sind
  79.  - Vorlade-Funktion für Tastengenaues Playback-Starten
  80.  - schnelle uLaw Entpackfunktion
  81.  - Systemfreundliche Tonkanal-Belegung
  82.  - Ausgabe in ein File ist möglich (Sound-Konvertierung)
  83.  - unterstützte Filetypen bislang:
  84.  
  85.    * Microsoft RIFF-WAVE  (.WAV)  mono/stereo, 8/16 bit, linear/uLaw/ADPCM
  86.    * Creative Voice File  (.VOC)  mono/stereo, 8/16 bit, linear
  87.    * Sun/NeXT Audio       (.AU)   mono/stereo, 8/16 bit, linear/uLaw
  88.    * MacroSystem Audio    (.MAUD) mono/stereo, 8/16 bit, linear/uLaw
  89.    * Apple/SGI/Amiga AIFF (.AIFF) mono/stereo, 8/16 bit, linear
  90.    * Amiga IFF-8SVX       (.IFF)  mono/stereo, 8    bit, linear/FibDelta
  91.    * Raw-Sound-Daten mit mindestens einer folgender Voraussetzungen:
  92.      -  8 bit Vorzeichenbehaftet
  93.      -  8 bit nicht Vorzeichenbehaftet
  94.      - 16 bit signed, Intel Format    (LSB zuerst)
  95.      - 16 bit signed, Motorola Format (MSB zuerst)
  96.  
  97.  - derzeitig unterstützte Ausgabegeräte:
  98.  
  99.    * Amiga (Paula)  8 bit
  100.    * Amiga (Paula) 14 bit
  101.    * Amiga (Paula) 14 bit kalibriert (Christian Buchner)
  102.    * MacroSystem Maestro Pro      16 bit 44.1kHz und 48kHz
  103.    * IFF-8SVX File Ausgabe         8 bit
  104.  
  105.  
  106. ============================= Archive contents =============================
  107.  
  108. Original  Packed Ratio    Date     Time    Name
  109. -------- ------- ----- --------- --------  -------------
  110.      628     265 57.8% 04-Feb-96 23:15:34  Play16_1.6.info
  111.     1233     599 51.4% 04-Feb-96 23:15:32 +CyberSound.info
  112.     3719    1809 51.3% 21-Nov-95 22:22:00 +14bit.Doc
  113.     1096     490 55.2% 04-Feb-96 23:13:34 +14bit.Doc.info
  114.     4274    2118 50.4% 21-Nov-95 22:22:00 +14bit.Dok
  115.     1096     490 55.2% 04-Feb-96 23:13:34 +14bit.Dok.info
  116.    12300    6739 45.2% 21-Nov-95 22:22:00 +14Bit_Calibration
  117.     2211     825 62.6% 04-Feb-96 23:13:34 +14Bit_Calibration.info
  118.     1233     724 41.2% 04-Feb-96 23:13:34 +Presets.info
  119.      256     218 14.8% 21-Nov-95 22:22:00 +Flowerpower's_Calibration
  120.      529     274 48.2% 21-Nov-95 22:22:00 +Flowerpower's_Calibration.info
  121.      632     276 56.3% 04-Feb-96 23:15:32 +ExtraIcons.info
  122.     3971     814 79.5% 23-Nov-95 22:40:44 +Play16_8Col.info
  123.     1265     825 34.7% 21-Jan-96 11:28:40 +PLAY16_Drawer.info
  124.     1571    1039 33.8% 23-Nov-95 22:40:44 +Play16_MWB.info
  125.    49536   26131 47.2% 04-Feb-96 21:06:52 +Play16
  126.    51056   27013 47.0% 04-Feb-96 20:07:46 +Play16'020
  127.    22602    9122 59.6% 04-Feb-96 23:05:48 +Play16.doc
  128.     3080     496 83.8% 04-Feb-96 23:15:32 +Play16.doc.info
  129.    18958    7955 58.0% 04-Feb-96 23:06:48 +Play16.dok
  130.     3080     425 86.2% 04-Feb-96 23:15:32 +Play16.dok.info
  131.     1095     697 36.3% 04-Feb-96 23:15:32 +Play16.info
  132.     4647    1873 59.6% 04-Feb-96 23:06:22 +Play16.ReadMe
  133.      468     233 50.2% 04-Feb-96 23:15:32 +Play16.ReadMe.info
  134. -------- ------- ----- --------- --------
  135.   190536   91450 52.0% 06-Feb-96 06:24:24   24 files
  136.